seo

Step-by-step guide to automating queries on SEOmoz’s Rank Checker

Want to check where a website ranks for multiple keywords at the touch of a button? This guide will show you step-by-step how you can extend the functionality of SEOmoz’s Rank Checker.

  1. Register at SEOmoz or buy premium membership if you haven’t already.
  2. Download and install the iMacros extension for Firefox.
  3. Save the Conversion Factory file to your desktop. Open it up in Notepad to take a look – we’re checking where www.google.com ranks for three keywords: ‘Google’, ‘search engine’ and ‘search engine optimisation’.
  4. In Firefox, click the iMacros icon to open the iMacros toolbar. Click on the Rec tab, then Load. Browse to ranks.iim on your desktop. It’ll load it as #Current.iim into the iMacros toolbar.
  5. Browse to SEOmoz and make sure you’re logged in.
  6. On the iMacros toolbar, click on the Play tab, then choose #Current.iim and click Play.
  7. The macro will check then the ranks for all three keywords automatically:

     

Want to customise the macro? Just open it up in Notepad, then…

  • Change the URL – replace www.google.com with your URL. E.g.

TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:/rank-checker ATTR=ID:WhereRankUrl CONTENT=www.seomoz.com

  • Change the keywords – replace the keywords with your own, or copy and paste the following lines to add more. Remember to include between words and make sure there aren’t any empty lines in the code. E.g. to check for ‘rand fishkin’ add these two lines:

TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:/rank-checker ATTR=ID:WhereRankKeyword CONTENT=randfishkin

TAG POS=1 TYPE=INPUT:SUBMIT FORM=ACTION:/rank-checker ATTR=ID:submit_button&&VALUE:CheckRankings

  • Download the CSV automatically – add these lines to the end of the macro to download the CSV file to your desktop. Again, make sure there aren’t any empty lines in the macro.

TAG POS=1 TYPE=A ATTR=TXT:MyArchivedRankings

ONDOWNLOAD FOLDER=* FILE=+_{{!NOW:yyyymmdd_hhnnss}}

TAG POS=1 TYPE=A ATTR=TXT:DownloadasCSV

Hope this saves you some time!

Stephen, Bony Toad Online Marketing

Related Articles

Leave a Reply

Your email address will not be published. Required fields are marked *

Back to top button